CI: remove workaround for some subproject builds failing on Windows
authorChristoph Reiter <reiter.christoph@gmail.com>
Thu, 4 Aug 2022 20:21:37 +0000 (22:21 +0200)
committerChristoph Reiter <reiter.christoph@gmail.com>
Thu, 4 Aug 2022 20:26:04 +0000 (22:26 +0200)
commitefe100df9e52a27991bad7a60d3907fe0c8542cb
tree7fb44067a2aa89e5da95cc12f1dfb8081a26ef9d
parenta07ee709d257ba793d827eaa30302dd8cb847955
CI: remove workaround for some subproject builds failing on Windows

In some cases subproject builds under MSYS2 failed, see
https://gitlab.gnome.org/GNOME/gtk/-/issues/2243
https://gitlab.gnome.org/GNOME/gtk/-/issues/3002
https://gitlab.gnome.org/GNOME/gtk/-/issues/5053

These manual pango/glib build instructions were added to work around
the problem by avoiding the subprojects.

https://gitlab.gnome.org/GNOME/gtk/-/issues/5053 uncovered the bug in
binutils, which is now fixed in master there and was also backported
into MSYS2 which we use in CI.

So we can just remove the workaround again now.
.gitlab-ci/test-msys2.sh